home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPWNSDK.PAK / PENAPI.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  22KB  |  629 lines

  1. :Base penapi.HLP
  2. 0 Microsoft Windows Pen API Programmer's Reference
  3. 1 Legal Information=_win32_Legal_Information_Pen
  4. 1 Introduction
  5. 2 Introduction=_fred_1001
  6. 2 Organization=_fred_1002
  7. 2 Document Conventions=_fred_1003
  8. 2 Books and Articles for Further Reading=_fred_1004
  9. 2 System Requirements=_fred_1005
  10. 2 Acknowledgments=_fred_1006
  11. 1 Overview of the Pen Application Programming Interface
  12. 2 Overview of the Pen Application Programming Interface=_fred_1008
  13. 2 Architecture of the Pen API=_fred_1009
  14. 2 Windows=_fred_1010
  15. 2 Drivers=_fred_1011
  16. 2 Pen Driver=_fred_1012
  17. 2 Display Driver=_fred_1013
  18. 2 Recognizer=_fred_1014
  19. 2 Accessing the Pen API from Applications=_fred_1015
  20. 1 Starting OUt with System Defaults
  21. 2 Starting Out with System Defaults=_fred_1017
  22. 2 Pen-Unaware Applications=_fred_1018
  23. 2 Pen-Aware Applications=_fred_1019
  24. 2 Beginning an Input Session=_fred_1020
  25. 2 DoDefaultPenInput Messages=_fred_1021
  26. 2 Step 1: PE_BEGININPUT Submessage=_fred_1022
  27. 2 Step 2: PE_SETTARGETS Submessage=_fred_1023
  28. 2 Step 3: PE_GETPCMINFO Submessage=_fred_1024
  29. 2 Step 4: PE_GETINKINGINFO Message=_fred_1025
  30. 2 Step 5: Master PCMINFO and INKINGINFO Structures=_fred_1026
  31. 2 Step 6: PE_BEGINDATA Message=_fred_1027
  32. 2 Step 7: PE_MOREDATA Message=_fred_1028
  33. 2 Step 8: PE_ENDDATA Message=_fred_1029
  34. 2 Step 9: PE_RESULT Message=_fred_1030
  35. 2 Step 10: PE_ENDINPUT Message=_fred_1031
  36. 1 The Writing Process
  37. 2 The Writing Process=_fred_1033
  38. 2 Pen Edit Controls=_fred_1034
  39. 2 The hedit Control=_fred_1035
  40. 2 hedit Control Messages=_fred_1036
  41. 2 Printing an Edit Control=_fred_1037
  42. 2 The bedit Control=_fred_1038
  43. 2 bedit Control Messages=_fred_1039
  44. 2 Using bedit Controls in Dialog Boxes=_fred_1040
  45. 2 The iedit Control=_fred_1041
  46. 2 iedit Control Messages=_fred_1042
  47. 2 Ink Input=_fred_1043
  48. 2 Starting the Chain of Events=_fred_1044
  49. 2 Collecting and Displaying Data=_fred_1045
  50. 2 Processing the Data=_fred_1046
  51. 2 The On-screen Keyboard=_fred_1047
  52. 1 The Inking Process
  53. 2 The Inking Process=_fred_1049
  54. 2 The HPENDATA Object=_fred_1050
  55. 2 Overview of HPENDATA=_fred_1051
  56. 2 Data Within an HPENDATA Object=_fred_1052
  57. 2 Data Points=_fred_1053
  58. 2 Stroke Headers=_fred_1054
  59. 2 Main Header=_fred_1055
  60. 2 HPENDATA Functions=_fred_1056
  61. 2 Creating an HPENDATA Object=_fred_1057
  62. 2 Displaying Pen Data=_fred_1058
  63. 2 Scaling Pen Data=_fred_1059
  64. 2 Examining Pen Data=_fred_1060
  65. 2 Editing or Copying Pen Data=_fred_1061
  66. 2 Compressing Pen Data=_fred_1062
  67. 2 Compression Functions=_fred_1063
  68. 2 Converting Data to Display Resolution=_fred_1064
  69. 2 The HINKSET Object=_fred_1065
  70. 2 The HINKSET Functions=_fred_1066
  71. 2 Timing Information=_fred_1067
  72. 2 Timing Macros=_fred_1068
  73. 2 dwDiffAT=_fred_1069
  74. 2 dwDurInterval=_fred_1070
  75. 2 FAbsTimeInInterval=_fred_1071
  76. 2 FIntervalInInterval=_fred_1072
  77. 2 FIntervalXInterval=_fred_1073
  78. 2 FLTAbsTime FLTEAbsTime FEQAbsTime=_fred_1074
  79. 2 MakeAbsTime=_fred_1075
  80. 1 The Recognition Process
  81. 2 The Recognition Process=_fred_1077
  82. 2 The HRC Object=_fred_1078
  83. 2 Using the HRC Functions=_fred_1079
  84. 2 Creating the HRC=_fred_1080
  85. 2 Configuring the HRC=_fred_1081
  86. 2 Alphabet=_fred_1082
  87. 2 Gesture=_fred_1083
  88. 2 Word List=_fred_1084
  89. 2 Guide=_fred_1085
  90. 2 Number of Recognition Guesses=_fred_1086
  91. 2 Processing=_fred_1087
  92. 2 Adding Data to an HRC Object=_fred_1088
  93. 2 Allocating Processing Time=_fred_1089
  94. 2 Getting Results=_fred_1090
  95. 2 Boxed Recognition=_fred_1091
  96. 2 Unboxed Recognition=_fred_1092
  97. 2 Getting Results from the RCRESULT Structure=_fred_1093
  98. 2 Destroying the HRC=_fred_1094
  99. 1 Design Considerations
  100. 2 Design Considerations=_fred_1096
  101. 2 Basic Principles=_fred_1097
  102. 2 Keep It Simple=_fred_1098
  103. 2 Use Familiar Models=_fred_1099
  104. 2 Use Feedback=_fred_1100
  105. 2 Make It Fast=_fred_1101
  106. 2 Make It Fun=_fred_1102
  107. 2 Make Exploration Safe=_fred_1103
  108. 2 Let the User Maintain Control=_fred_1104
  109. 2 Recognition: Use and Misuse=_fred_1105
  110. 2 Selecting Is Better Than Writing=_fred_1106
  111. 2 bedit Is Better Than hedit=_fred_1107
  112. 2 Real Time Is Better Than Deferred Time=_fred_1108
  113. 2 Make Corrections Easy=_fred_1109
  114. 2 Provide Easy Access to the On-screen Keyboard=_fred_1110
  115. 2 Other Considerations=_fred_1111
  116. 2 Don't Rely on Gestures=_fred_1112
  117. 2 Provide Ample Target Space=_fred_1113
  118. 2 Use Position Clues=_fred_1114
  119. 2 Conserve Power=_fred_1115
  120. 2 Guidelines for Applications=_fred_1116
  121. 2 Annotation=_fred_1117
  122. 2 Word Processor=_fred_1118
  123. 2 Spreadsheet=_fred_1119
  124. 2 Mail=_fred_1120
  125. 2 Forms=_fred_1121
  126. 2 Shell=_fred_1122
  127. 1 A Sample Pen Application
  128. 2 A Sample Pen Application=_fred_1124
  129. 2 Overview of PENAPP=_fred_1125
  130. 2 Initialization=_fred_1126
  131. 2 WinMain=_fred_1127
  132. 2 InitInstance=_fred_1128
  133. 2 Window Procedures=_fred_1129
  134. 2 MainWndProc=_fred_1130
  135. 2 InputWndProc=_fred_1131
  136. 2 InfoWndProc=_fred_1132
  137. 2 DisplayGuesses=_fred_1133
  138. 2 DrawArrow=_fred_1134
  139. 2 DrawMirrorImage=_fred_1135
  140. 2 RawWndProc=_fred_1136
  141. 1 Writing a Recognizer
  142. 2 Writing a Recognizer=_fred_1138
  143. 2 Recognizer Objects=_fred_1139
  144. 2 How a Recognizer Works=_fred_1140
  145. 2 List of Exported Functions=_fred_1141
  146. 2 Initialization=_fred_1142
  147. 2 HRC Functions=_fred_1143
  148. 2 HRCRESULT Functions=_fred_1144
  149. 2 Specifying an Alphabet Set=_fred_1145
  150. 2 Word Lists=_fred_1146
  151. 2 Training=_fred_1147
  152. 2 Interpreting Input=_fred_1148
  153. 2 Processing Raw Data=_fred_1149
  154. 2 Segmentation of Symbols=_fred_1150
  155. 2 Stroke Order and Direction=_fred_1151
  156. 2 Returning Results=_fred_1152
  157. 2 Results Messages=_fred_1153
  158. 2 The RCRESULT Structure=_fred_1154
  159. 2 Hot Spots=_fred_1155
  160. 2 Writing a Recognizer=_fred_1156
  161. 2 Recognition Functions=_fred_1157
  162. 2 CreateCompatibleHRC=_fred_1158
  163. 2 DestroyHRC=_fred_1159
  164. 2 AddPenInputHRC=_fred_1160
  165. 2 CreatePenDataHRC=_fred_1161
  166. 2 CreateInksetHRCRESULT=_fred_1162
  167. 2 A Sample Recognizer=_fred_1163
  168. 2 SREC Initialization Functions=_fred_1164
  169. 2 SREC Recognition Functions=_fred_1165
  170. 1 Summary of the Pen Application Programming Interface
  171. 2 Summary of the Pen Application Programming Interface=_fred_1167
  172. 2 Pen API Functions=_fred_1168
  173. 2 List of Pen API Functions=_fred_1169
  174. 2 Pen Kernel Functions=_fred_1170
  175. 2 Pen API Structures=_fred_1171
  176. 2 Pen API Messages=_fred_1172
  177. 2 Pen API Constants=_fred_1173
  178. 1 Pen Application Programming Interface Functions
  179. 2 Pen Application Programming Interface Functions=_fred_1206
  180. 2 AddInksetInterval=_fred_1207
  181. 2 AddPenDataHRC=_fred_1208
  182. 2 AddPenInputHRC=_fred_1209
  183. 2 AddPointsPenData=_fred_1210
  184. 2 AddWordsHWL=_fred_1211
  185. 2 AnimateProc=_fred_1212
  186. 2 AtomicVirtualEvent=_fred_1213
  187. 2 BeginEnumStrokes=_fred_1214
  188. 2 BoundingRectFromPoints=_fred_1215
  189. 2 CharacterToSymbol=_fred_1216
  190. 2 CompactPenData=_fred_1217
  191. 2 CompressPenData=_fred_1218
  192. 2 ConfigHREC=_fred_1219
  193. 2 ConfigRecognizer=_fred_1220
  194. 2 CorrectWriting=_fred_1221
  195. 2 CorrectWritingEx=_fred_1222
  196. 2 CreateCompatibleHRC=_fred_1223
  197. 2 CreateHWL=_fred_1224
  198. 2 CreateInkset=_fred_1225
  199. 2 CreateInksetHRCRESULT=_fred_1226
  200. 2 CreatePenData=_fred_1227
  201. 2 CreatePenDataEx=_fred_1228
  202. 2 CreatePenDataHRC=_fred_1229
  203. 2 CreatePenDataRegion=_fred_1230
  204. 2 DestroyHRC=_fred_1231
  205. 2 DestroyHRCRESULT=_fred_1232
  206. 2 DestroyHWL=_fred_1233
  207. 2 DestroyInkset=_fred_1234
  208. 2 DestroyPenData=_fred_1235
  209. 2 DictionarySearch=_fred_1236
  210. 2 DoDefaultPenInput=_fred_1237
  211. 2 DPtoTP=_fred_1238
  212. 2 DrawPenData=_fred_1239
  213. 2 DrawPenDataEx=_fred_1240
  214. 2 DrawPenDataFmt=_fred_1241
  215. 2 DuplicatePenData=_fred_1242
  216. 2 EmulatePen=_fred_1243
  217. 2 EnableGestureSetHRC=_fred_1244
  218. 2 EnableSystemDictionaryHRC=_fred_1245
  219. 2 EndEnumStrokes=_fred_1246
  220. 2 EndPenInputHRC=_fred_1247
  221. 2 EnumSymbols=_fred_1248
  222. 2 EnumSymbolsCallback=_fred_1249
  223. 2 ExtractPenDataPoints=_fred_1250
  224. 2 ExtractPenDataStrokes=_fred_1251
  225. 2 FirstSymbolFromGraph=_fred_1252
  226. 2 GetAlphabetHRC=_fred_1253
  227. 2 GetAlphabetPriorityHRC=_fred_1254
  228. 2 GetAlternateWordsHRCRESULT=_fred_1255
  229. 2 GetBoxMappingHRCRESULT=_fred_1256
  230. 2 GetBoxResultsHRC=_fred_1257
  231. 2 GetGlobalRC=_fred_1258
  232. 2 GetGuideHRC=_fred_1259
  233. 2 GetHotspotsHRCRESULT=_fred_1260
  234. 2 GetHRECFromHRC=_fred_1261
  235. 2 GetInksetInterval=_fred_1262
  236. 2 GetInksetIntervalCount=_fred_1263
  237. 2 GetInternationalHRC=_fred_1264
  238. 2 GetMaxResultsHRC=_fred_1265
  239. 2 GetPenAppFlags=_fred_1266
  240. 2 GetPenAsyncState=_fred_1267
  241. 2 GetPenDataAttributes=_fred_1268
  242. 2 GetPenDataInfo=_fred_1269
  243. 2 GetPenDataStroke=_fred_1270
  244. 2 GetPenHwEventData=_fred_1271
  245. 2 GetPenInput=_fred_1272
  246. 2 GetPenResource=_fred_1273
  247. 2 GetPenMiscInfo=_fred_1274
  248. 2 GetPointsFromPenData=_fred_1275
  249. 2 GetResultsHRC=_fred_1276
  250. 2 GetStrokeAttributes=_fred_1277
  251. 2 GetStrokeTableAttributes=_fred_1278
  252. 2 GetSymbolCount=_fred_1279
  253. 2 GetSymbolCountHRCRESULT=_fred_1280
  254. 2 GetSymbolMaxLength=_fred_1281
  255. 2 GetSymbolsHRCRESULT=_fred_1282
  256. 2 GetVersionPenWin=_fred_1283
  257. 2 GetWordlistCoercionHRC=_fred_1284
  258. 2 GetWordlistHRC=_fred_1285
  259. 2 HitTestPenData=_fred_1286
  260. 2 InitRC=_fred_1287
  261. 2 InsertPenData=_fred_1288
  262. 2 InsertPenDataPoints=_fred_1289
  263. 2 InsertPenDataStroke=_fred_1290
  264. 2 InstallRecognizer=_fred_1291
  265. 2 IsPenAware=_fred_1292
  266. 2 IsPenEvent=_fred_1293
  267. 2 KKConvert=_fred_1294
  268. 2 MetricScalePenData=_fred_1295
  269. 2 OffsetPenData=_fred_1296
  270. 2 PeekPenInput=_fred_1297
  271. 2 PenDataFromBuffer=_fred_1298
  272. 2 PenDataToBuffer=_fred_1299
  273. 2 PostVirtualKeyEvent=_fred_1300
  274. 2 PostVirtualMouseEvent=_fred_1301
  275. 2 ProcessHRC=_fred_1302
  276. 2 ProcessWriting=_fred_1303
  277. 2 ReadHWL=_fred_1304
  278. 2 Recognize=_fred_1305
  279. 2 RecognizeData=_fred_1306
  280. 2 RedisplayPenData=_fred_1307
  281. 2 RegisterPenApp=_fred_1308
  282. 2 RemovePenDataStrokes=_fred_1309
  283. 2 ResizePenData=_fred_1310
  284. 2 ResultsHookHREC=_fred_1311
  285. 2 SetAlphabetHRC=_fred_1312
  286. 2 SetAlphabetPriorityHRC=_fred_1313
  287. 2 SetBoxAlphabetHRC=_fred_1314
  288. 2 SetGlobalRC=_fred_1315
  289. 2 SetGuideHRC=_fred_1316
  290. 2 SetInternationalHRC=_fred_1317
  291. 2 SetMaxResultsHRC=_fred_1318
  292. 2 SetPenAppFlags=_fred_1319
  293. 2 SetPenHook=_fred_1320
  294. 2 SetPenHookCallback=_fred_1321
  295. 2 SetPenMiscInfo=_fred_1322
  296. 2 SetRecogHook=_fred_1323
  297. 2 SetResultsHookHREC=_fred_1324
  298. 2 SetStrokeAttributes=_fred_1325
  299. 2 SetStrokeTableAttributes=_fred_1326
  300. 2 SetWordlistCoercionHRC=_fred_1327
  301. 2 SetWordlistHRC=_fred_1328
  302. 2 ShowKeyboard=_fred_1329
  303. 2 StartInking=_fred_1330
  304. 2 StartPenInput=_fred_1331
  305. 2 StopInking=_fred_1332
  306. 2 StopPenInput=_fred_1333
  307. 2 SymbolToCharacter=_fred_1334
  308. 2 TargetPoints=_fred_1335
  309. 2 TPtoDP=_fred_1336
  310. 2 TrainContext=_fred_1337
  311. 2 TrainHREC=_fred_1338
  312. 2 TrainInk=_fred_1339
  313. 2 TrimPenData=_fred_1340
  314. 2 UnhookResultsHookHREC=_fred_1341
  315. 2 UninstallRecognizer=_fred_1342
  316. 2 UpdatePenInfo=_fred_1343
  317. 2 WriteHWL=_fred_1344
  318. 1 Pen Application Programming Interface Structures
  319. 2 Pen Application Programming Interface Structures=_fred_1346
  320. 2 ABSTIME=_fred_1347
  321. 2 ANIMATEINFO=_fred_1348
  322. 2 BOXEDITINFO=_fred_1349
  323. 2 BOXLAYOUT=_fred_1350
  324. 2 BOXRESULTS=_fred_1351
  325. 2 CALBSTRUCT=_fred_1352
  326. 2 CTLINITBEDIT=_fred_1353
  327. 2 CTLINITHEDIT=_fred_1354
  328. 2 CTLINITIEDIT=_fred_1355
  329. 2 CWX=_fred_1356
  330. 2 GUIDE=_fred_1357
  331. 2 INKINGINFO=_fred_1358
  332. 2 INPPARAMS=_fred_1359
  333. 2 INTERVAL=_fred_1360
  334. 2 OEMPENINFO=_fred_1361
  335. 2 OEM_PENPACKET=_fred_1362
  336. 2 PCMINFO=_fred_1363
  337. 2 PDEVENT=_fred_1364
  338. 2 PENDATAHEADER=_fred_1365
  339. 2 PENINFO=_fred_1366
  340. 2 PENPACKET=_fred_1367
  341. 2 PENTIP=_fred_1368
  342. 2 RC=_fred_1369
  343. 2 RCRESULT=_fred_1370
  344. 2 RECTOFS=_fred_1371
  345. 2 SKBINFO=_fred_1372
  346. 2 STRKFMT=_fred_1373
  347. 2 STROKEINFO=_fred_1374
  348. 2 SYC=_fred_1375
  349. 2 SYE=_fred_1376
  350. 2 SYG=_fred_1377
  351. 2 TARGET=_fred_1378
  352. 2 TARGINFO=_fred_1379
  353. 1 Pen Application Programming Interface Messages
  354. 2 Pen Application Programming Interface Messages=_fred_1381
  355. 2 HE_CANCELCONVERT=_fred_1382
  356. 2 HE_CHAROFFSET=_fred_1383
  357. 2 HE_CHARPOSITION=_fred_1384
  358. 2 HE_DEFAULTFONT=_fred_1385
  359. 2 HE_ENABLEALTLIST=_fred_1386
  360. 2 HE_FIXKKCONVERT=_fred_1387
  361. 2 HE_GETBOXLAYOUT=_fred_1388
  362. 2 HE_GETCONVERTRANGE=_fred_1389
  363. 2 HE_GETINFLATE=_fred_1390
  364. 2 HE_GETINKHANDLE=_fred_1391
  365. 2 HE_GETKKCONVERT=_fred_1392
  366. 2 HE_GETKKSTATUS=_fred_1393
  367. 2 HE_GETUNDERLINE=_fred_1394
  368. 2 HE_HIDEALTLIST=_fred_1395
  369. 2 HE_KKCONVERT=_fred_1396
  370. 2 HE_PUTCONVERTCHAR=_fred_1397
  371. 2 HE_SETBOXLAYOUT=_fred_1398
  372. 2 HE_SETCONVERTRANGE=_fred_1399
  373. 2 HE_SETINFLATE=_fred_1400
  374. 2 HE_SETINKMODE=_fred_1401
  375. 2 HE_SETUNDERLINE=_fred_1402
  376. 2 HE_SHOWALTLIST=_fred_1403
  377. 2 HE_STOPINKMODE=_fred_1404
  378. 2 HN_BEGINDIALOG=_fred_1405
  379. 2 HN_ENDDIALOG=_fred_1406
  380. 2 HN_ENDKKCONVERT=_fred_1407
  381. 2 HN_ENDREC=_fred_1408
  382. 2 HN_RESULT=_fred_1409
  383. 2 IE_CANUNDO=_fred_1410
  384. 2 IE_DOCOMMAND=_fred_1411
  385. 2 IE_EMPTYUNDOBUFFER=_fred_1412
  386. 2 IE_GETAPPDATA=_fred_1413
  387. 2 IE_GETBKGND=_fred_1414
  388. 2 IE_GETCOMMAND=_fred_1415
  389. 2 IE_GETCOUNT=_fred_1416
  390. 2 IE_GETDRAWOPTS=_fred_1417
  391. 2 IE_GETERASERTIP=_fred_1418
  392. 2 IE_GETFORMAT=_fred_1419
  393. 2 IE_GETGESTURE=_fred_1420
  394. 2 IE_GETGRIDORIGIN=_fred_1421
  395. 2 IE_GETGRIDPEN=_fred_1422
  396. 2 IE_GETGRIDSIZE=_fred_1423
  397. 2 IE_GETINK=_fred_1424
  398. 2 IE_GETINKINPUT=_fred_1425
  399. 2 IE_GETINKRECT=_fred_1426
  400. 2 IE_GETMENU=_fred_1427
  401. 2 IE_GETMODE=_fred_1428
  402. 2 IE_GETMODIFY=_fred_1429
  403. 2 IE_GETNOTIFY=_fred_1430
  404. 2 IE_GETPAINTDC=_fred_1431
  405. 2 IE_GETPDEVENT=_fred_1432
  406. 2 IE_GETPENTIP=_fred_1433
  407. 2 IE_GETRECOG=_fred_1434
  408. 2 IE_GETSECURITY=_fred_1435
  409. 2 IE_GETSEL=_fred_1436
  410. 2 IE_GETSELCOUNT=_fred_1437
  411. 2 IE_GETSELITEMS=_fred_1438
  412. 2 IE_GETSTYLE=_fred_1439
  413. 2 IE_SETAPPDATA=_fred_1440
  414. 2 IE_SETBKGND=_fred_1441
  415. 2 IE_SETDRAWOPTS=_fred_1442
  416. 2 IE_SETERASERTIP=_fred_1443
  417. 2 IE_SETFORMAT=_fred_1444
  418. 2 IE_SETGRIDORIGIN=_fred_1445
  419. 2 IE_SETGRIDPEN=_fred_1446
  420. 2 IE_SETGRIDSIZE=_fred_1447
  421. 2 IE_SETINK=_fred_1448
  422. 2 IE_SETINKINPUT=_fred_1449
  423. 2 IE_SETMODE=_fred_1450
  424. 2 IE_SETMODIFY=_fred_1451
  425. 2 IE_SETNOTIFY=_fred_1452
  426. 2 IE_SETPENTIP=_fred_1453
  427. 2 IE_SETRECOG=_fred_1454
  428. 2 IE_SETSECURITY=_fred_1455
  429. 2 IE_SETSEL=_fred_1456
  430. 2 IN_CHANGE=_fred_1457
  431. 2 IN_CLOSE=_fred_1458
  432. 2 IN_COMMAND=_fred_1459
  433. 2 IN_ERASEBKGND=_fred_1460
  434. 2 IN_GESTURE=_fred_1461
  435. 2 IN_HSCROLL=_fred_1462
  436. 2 IN_KILLFOCUS=_fred_1463
  437. 2 IN_MEMERR=_fred_1464
  438. 2 IN_MODECHANGED=_fred_1465
  439. 2 IN_PAINT=_fred_1466
  440. 2 IN_PDEVENT=_fred_1467
  441. 2 IN_POSTPAINT=_fred_1468
  442. 2 IN_PREPAINT=_fred_1469
  443. 2 IN_PROPERTIES=_fred_1470
  444. 2 IN_SETFOCUS=_fred_1471
  445. 2 IN_UPDATE=_fred_1472
  446. 2 IN_VSCROLL=_fred_1473
  447. 2 PE_BEGINDATA=_fred_1474
  448. 2 PE_BEGININPUT=_fred_1475
  449. 2 PE_BUFFERWARNING=_fred_1476
  450. 2 PE_ENDDATA=_fred_1477
  451. 2 PE_ENDINPUT=_fred_1478
  452. 2 PE_GETINKINGINFO=_fred_1479
  453. 2 PE_GETPCMINFO=_fred_1480
  454. 2 PE_MOREDATA=_fred_1481
  455. 2 PE_PENDOWN=_fred_1482
  456. 2 PE_PENMOVE=_fred_1483
  457. 2 PE_PENUP=_fred_1484
  458. 2 PE_RESULT=_fred_1485
  459. 2 PE_SETTARGETS=_fred_1486
  460. 2 PE_TERMINATED=_fred_1487
  461. 2 PE_TERMINATING=_fred_1488
  462. 2 WM_CTLINIT=_fred_1489
  463. 2 WM_GLOBALRCCHANGE=_fred_1490
  464. 2 WM_HOOKRCRESULT=_fred_1491
  465. 2 WM_PENCTL=_fred_1492
  466. 2 WM_PENEVENT=_fred_1493
  467. 2 WM_PENMISC=_fred_1494
  468. 2 WM_PENMISCINFO=_fred_1495
  469. 2 WM_RCRESULT=_fred_1496
  470. 1 Pen Application Programming Interface Constants
  471. 2 Pen Application Programming Interface Constants=_fred_1498
  472. 2 ALC_ Alphabet Codes=_fred_1499
  473. 2 BXD_ Boxed Edit Control=_fred_1500
  474. 2 BXDK_ Japanese Boxed Edit Control=_fred_1501
  475. 2 IDC_ Display Cursor=_fred_1502
  476. 2 PCM_ Pen Collection Mode=_fred_1503
  477. 2 PDC_ Pen Device Capabilities=_fred_1504
  478. 2 PDK_ State Bits for Pen Driver Kit=_fred_1505
  479. 2 PDT_ OEM-Specific Data=_fred_1506
  480. 2 PDTS_ Pen Data Scaling=_fred_1507
  481. 2 PDTT_ Pen Data Trimming=_fred_1508
  482. 2 PMI_ Pen Miscellaneous Information=_fred_1509
  483. 2 RCD_ Writing Direction=_fred_1510
  484. 2 RCO_ Recognition Options=_fred_1511
  485. 2 RCOR_ Tablet Orientation=_fred_1512
  486. 2 RCP_ User Preferences=_fred_1513
  487. 2 RCRT_ Results Type=_fred_1514
  488. 2 REC_ Recognition Functions=_fred_1515
  489. 2 Debugging Values=_fred_1516
  490. 2 SYV_ Symbol Values=_fred_1517
  491. 2 System Symbol Values=_fred_1518
  492. 2 Gesture Symbol Values=_fred_1519
  493. 2 Circle Gesture Symbol Values=_fred_1520
  494. 2 Selection Symbol Values=_fred_1521
  495. 2 Shape Symbol Values=_fred_1522
  496. 1 Appendix: Differences between Versions 1.0 and 2.0 of the Pen API
  497. 2 Appendix   Differences Between Versions 1.0 and 2.0 of the Pen Application Programming Interface=_fred_1175
  498. 2 Improvements to the bedit Control=_fred_1176
  499. 2 Recognition=_fred_1177
  500. 2 The RC Structure=_fred_1178
  501. 2 The RCRESULT Structure=_fred_1179
  502. 2 Default Recognition=_fred_1180
  503. 2 Recognition Processing=_fred_1181
  504. 2 Initializing and Closing a Recognizer=_fred_1182
  505. 2 Word Lists and Dictionaries=_fred_1183
  506. 2 Gestures=_fred_1184
  507. 2 Action Handles=_fred_1185
  508. 2 On-Screen Keyboard=_fred_1186
  509. 2 Timing Information=_fred_1187
  510. 2 Targeting=_fred_1188
  511. 2 HPENDATA Memory Block=_fred_1189
  512. 2 Registry Configuration=_fred_1190
  513. 1 Appendix: Using the 32-bit Pen Application Programming Interface
  514. 2 Appendix   Using the 32-Bit Pen Application Programming Interface=_fred_1192
  515. 2 32-Bit Functions=_fred_1193
  516. 2 32-Bit Messages=_fred_1194
  517. 2 WM_PENEVENT Submessages=_fred_1195
  518. 2 List of 32-Bit Window Messages=_fred_1196
  519. 2 List of 32-Bit iedit Control Messages=_fred_1197
  520. 1 Appendix: Modifying the SYSTEM.INI File
  521. 2 Appendix   Modifying the SYSTEM.INI File=_fred_1199
  522. 1 Appendix: Accessing the Pen Device Driver
  523. 2 Appendix   Accessing the Pen Device Driver=_fred_1201
  524. 2 Opening the Pen Driver=_fred_1202
  525. 2 Pen Driver Return Values=_fred_1203
  526. 2 Pen Driver Messages=_fred_1204
  527. 1 Glossary
  528. 2 A=_pen_A
  529. 2 action handle=_fred_1526
  530. 2 B=_pen_B
  531. 2 baseline=_fred_1528
  532. 2 C=_pen_C
  533. 2 comb=_fred_1530
  534. 2 confidence level=_fred_1531
  535. 2 D=_pen_D
  536. 2 dictionary=_fred_1533
  537. 2 G=_pen_G
  538. 2 gesture=_fred_1535
  539. 2 H=_pen_H
  540. 2 hook=_fred_1537
  541. 2 hot spots=_fred_1538
  542. 2 I=_pen_I
  543. 2 ink=_fred_1540
  544. 2 inkset=_fred_1541
  545. 2 irreversible compression=_fred_1542
  546. 2 L=_pen_L
  547. 2 lasso=_fred_1544
  548. 2 lens=_fred_1545
  549. 2 lossless compression=_fred_1546
  550. 2 lossy compression=_fred_1547
  551. 2 O=_pen_O
  552. 2 OEM data=_fred_1549
  553. 2 on-screen keyboard=_fred_1550
  554. 2 P=_pen_P
  555. 2 packet=_fred_1552
  556. 2 pen collection mode=_fred_1553
  557. 2 pen-down stroke=_fred_1554
  558. 2 pen packet=_fred_1555
  559. 2 pen state=_fred_1556
  560. 2 pen tip transition=_fred_1557
  561. 2 pen-up stroke=_fred_1558
  562. 2 proximity stroke=_fred_1559
  563. 2 R=_pen_R
  564. 2 real time=_fred_1561
  565. 2 recognition function=_fred_1562
  566. 2 recognizer=_fred_1563
  567. 2 reentrancy=_fred_1564
  568. 2 reversible compression=_fred_1565
  569. 2 S=_pen_S
  570. 2 sampling rate=_fred_1567
  571. 2 Screen Keyboard=_fred_1568
  572. 2 SKB=_fred_1569
  573. 2 stroke=_fred_1570
  574. 2 symbol=_fred_1571
  575. 2 symbol correspondence=_fred_1572
  576. 2 symbol element=_fred_1573
  577. 2 symbol value=_fred_1574
  578. 2 T=_pen_T
  579. 2 target=_fred_1576
  580. 2 trainer=_fred_1577
  581. 2 training=_fred_1578
  582. 1 Programmer's Guide to Pen Services for Microsoft Windows 95 (Addendum)
  583. 2 Programmer's Guide to Pen Services for Microsoft Windows 95 (Addendum)=_pen_Programmers_Guide_to_Pen_Services_for_Microsoft_Windows_95_Addendum_
  584. 2 Introduction=_pen_Introduction
  585. 2 Organization=_pen_Organization
  586. 2 Books and Articles for Further Reading=_pen_Books_and_Articles_for_Further_Reading
  587. 2 Chapter 1  Overview of the Pen Application Programming Interface=_pen_Chapter_1_Overview_of_the_Pen_Application_Programming_Interface
  588. 2 Architecture of the Pen API=_pen_Architecture_of_the_Pen_API
  589. 2 IME (Input Method Editor, for converting Kana to Kanji)=_pen_IME_Input_Method_Editor_for_converting_Kana_to_Kanji_
  590. 2 Chapter 2  Starting Out with System Defaults=_pen_Chapter_2_Starting_Out_with_System_Defaults
  591. 2 Pen-Unaware Applications=_pen_Pen_Unaware_Applications
  592. 2 Chapter 3  The Writing Process=_pen_Chapter_3_The_Writing_Process
  593. 2 The On-screen Keyboard=_pen_The_On_screen_Keyboard
  594. 2 Chapter 4  The Inking Process=_pen_Chapter_4_The_Inking_Process
  595. 2 Chapter 5  The Recognition Process=_pen_Chapter_5_The_Recognition_Process
  596. 2 Using the HRC Functions=_pen_Using_the_HRC_Functions
  597. 2 Alphabet Priority=_pen_Alphabet_Priority
  598. 2 Chapter 6  Design Considerations=_pen_Chapter_6_Design_Considerations
  599. 2 Recognition: Use and Misuse=_pen_Recognition_Use_and_Misuse
  600. 2 Guidelines for Applications=_pen_Guidelines_for_Applications
  601. 2 Chapter 7  A Sample Pen Application=_pen_Chapter_7_A_Sample_Pen_Application
  602. 2 Overview of PENAPP=_pen_Overview_of_PENAPP
  603. 2 Window Procedures=_pen_Window_Procedures
  604. 2 Chapter 8  Writing a Recognizer=_pen_Chapter_8_Writing_a_Recognizer
  605. 2 How a Recognizer Works=_pen_How_a_Recognizer_Works
  606. 2 Writing a Recognizer=_pen_Writing_a_Recognizer
  607. 2 Chapter 9  Summary of the Pen Application Programming Interface=_pen_Chapter_9_Summary_of_the_Pen_Application_Programming_Interface
  608. 2 Pen API Functions=_pen_Pen_API_Functions
  609. 2 Pen API Structures=_pen_Pen_API_Structures
  610. 2 Pen API Constants=_pen_Pen_API_Constants
  611. 2 Chapter 10  Pen Application Programming Interface Functions=_pen_Chapter_10_Pen_Application_Programming_Interface_Functions
  612. 2 GetPenResource=_pen_GetPenResource
  613. 2 Chapter 11  Pen Application Programming Interface Structures=_pen_Chapter_11_Pen_Application_Programming_Interface_Structures
  614. 2 Chapter 12  Pen Application Programming Interface Messages=_pen_Chapter_12_Pen_Application_Programming_Interface_Messages
  615. 2 HE_PUTCONVERTCHAR=_pen_HE_PUTCONVERTCHAR
  616. 2 WM_PENMISC=_pen_WM_PENMISC
  617. 2 Chapter 13  Pen Application Programming Interface Constants=_pen_Chapter_13_Pen_Application_Programming_Interface_Constants
  618. 2 ALC_Alphabet Codes=_pen_ALC_Alphabet_Codes
  619. 2 RCD_ Writing Direction=_pen_RCD__Writing_Direction
  620. 2 RCP_ User Preferences=_pen_RCP__User_Preferences
  621. 2 RCRT_ Results Type=_pen_RCRT__Results_Type
  622. 2 Appendix A  Differences Between Versions 1.x and 2.0 of the Pen Application Programming Interface=_pen_Appendix_A_Differences_Between_Versions_1.x_and_2.0_of_the_Pen_Application_Programming_Interface
  623. 2 Improvements to the bedit Control=_pen_Improvements_to_the_bedit_Control
  624. 2 Gestures=_pen_Gestures
  625. 2 Action Handles=_pen_Action_Handles
  626. 2 On-Screen Keyboard=_pen_On_Screen_Keyboard
  627. 2 Appendix B  Using the 32-Bit Pen Application Programming Interface=_pen_Appendix_B_Using_the_32_Bit_Pen_Application_Programming_Interface
  628. 2 32-Bit Functions=_pen_32_Bit_Functions
  629.